home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00243.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  418 b   |  13 lines

  1. on mouseUp
  2.   global md2, rantime, mp
  3.   set rantime to the ticks
  4.   set mp to 5
  5.   if the name of cast the castNum of sprite 5 = "end" then
  6.     set the castNum of sprite 5 to the number of cast "VBSTART"
  7.     set md2 to the duration of cast the castNum of sprite 5 - 3
  8.   else
  9.     set md2 to the duration of cast (the castNum of sprite 5 + 1) - 3
  10.     set the castNum of sprite 5 to the castNum of sprite 5 + 1
  11.   end if
  12. end
  13.